Constructors

Link copied to clipboard
constructor(flags: Array<BluetoothCapabilityFlags>)

Properties

Link copied to clipboard
open override val hasEnablableService: Boolean = false

hasEnablableService True if there is a platform service that must be on in order to use the capability

Link copied to clipboard
open override val hasPermissions: Boolean = false

hasPermissions True if there are any associated required permissions for the passed in flags

Link copied to clipboard
open override val status: Flow<CapabilityStatus>

status A flow that immediately emits the current status of the capability and any subsequent changes

Link copied to clipboard
open override val supportsOpenAppSettingsScreen: Boolean = false

supportsOpenAppSettingsScreen True if app settings can be opened on the current platform

Link copied to clipboard
open override val supportsOpenServiceSettingsScreen: Boolean = false

supportsOpenServiceSettingsScreen True if there is a specific settings page for the capability that can be opened on the current platform

Link copied to clipboard
open override val supportsRequestEnable: Boolean = false

supportsRequestEnable True if the platform can explicitly request enablement of the underlying service

Functions

Link copied to clipboard
open override fun init(context: KmpCapabilityContext)
Link copied to clipboard
open suspend override fun openAppSettingsScreen(): Outcome<Unit, Any>

openAppSettingsScreen Opens the application settings screen if the platform supports it

Link copied to clipboard
open suspend override fun openServiceSettingsScreen(): Outcome<Unit, Any>

openServiceSettingsScreen Opens the capability settings screen if the platform supports it

Link copied to clipboard
open suspend override fun queryStatus(): CapabilityStatus

queryStatus Queries the current status

Link copied to clipboard
open suspend override fun requestEnable(): Outcome<CapabilityStatus, Any>

requestEnable Requests the enablement of the service if the platform supports it

Link copied to clipboard
open suspend override fun requestPermissions(): Outcome<CapabilityStatus, Any>

requestPermissions Requests the required permissions to use the capability